Make cpu param to continue_hypercall_on_cpu() an unsigned integer.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 15 Apr 2010 08:04:45 +0000 (09:04 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 15 Apr 2010 08:04:45 +0000 (09:04 +0100)
commite6baf56c8c02cd129dd1d043aab9183efaed2ef1
treef7ba24690ef33600958432353362d8a786d5bfff
parent0b8d2172143d9a53dc087456b070772e3796b728
Make cpu param to continue_hypercall_on_cpu() an unsigned integer.

Negative input makes no sense, and this makes the input range check
correct.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/common/domain.c
xen/include/xen/domain.h